.content1 {
    width: 1180px;
    margin: auto;
    margin-top: 10px;
    padding-bottom: 30px;
}

.leftmenu {
    width: 250px;
    float: left;
}

.rightcontent {
    float: right;
    width: 910px;
    padding-top: 20px;
}

.clear {
    clear: both;
}

.leftmenu .tp {
    height: 228px;
    background: url(../images/menuTit.png);
}

.sideBar {
    float: left;
    width: 250px;
}

.sideMenu .tit {
    height: 228px;
    text-align: center;
    color: #fff;
    background: url(../images/menuTit.png) no-repeat center bottom;
    line-height: 1.6;
    margin-bottom: 3px;
}

    .sideMenu .tit .cn {
        font-size: 28px;
        padding-top: 75px;
    }

    .sideMenu .tit .en {
        font-size: 16px;
        font-weight: bold;
        opacity: 0.2;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    }

.sideMenu ul {
}

.sideMenu li {
}

.sideMenu > ul > li > a {
    display: block;
    padding: 1.2em 0 0.8em 36px;
    line-height: 1.5;
    color: #737373;
    text-decoration: none;
    position: relative;
}

.sideMenu > ul > li.cur > a, .sideMenu > ul > li:hover > a, .sideMenu li.cur > .parent a, .sideMenu li:hover > .parent a, .sideMenu li.open > .parent a {
    color: #fff;
}

.sideMenu > ul > li.cur > a, .sideMenu > ul > li:hover > a, .sideMenu li.cur > .parent, .sideMenu li:hover > .parent, .sideMenu li.open > .parent {
    background: url(../images/menuliCur.jpg) no-repeat center;
    background-size: cover;
}

.sideMenu li .parent {
    position: relative;
    cursor: pointer;
}

    .sideMenu li > a::after, .sideMenu li .parent::after {
        content: '';
        position: absolute;
        left: 22px;
        width: 5px;
        height: 7px;
        margin-top: -1px;
        background: url(../images/menuli.png) no-repeat 0 0;
        top: 50%;
    }

.sideMenu li:hover > a::after, .sideMenu li:hover .parent::after, .sideMenu li.cur > a::after, .sideMenu li.cur .parent::after, .sideMenu li.open .parent::after {
    background-position: -5px 0;
}

.sideMenu .parent a {
    display: inline-block;
    padding: 1.2em 0 0.8em 36px;
    line-height: 1.5;
    color: #737373;
    text-decoration: none;
}

.sideMenu .subMenu {
    padding: 0.8em 0 1.2em;
    border-bottom: 1px solid #E5E5E5;
    display: none;
}

    .sideMenu .subMenu li {
        border-bottom: 0;
    }

    .sideMenu .subMenu a {
        display: block;
        padding: 0.4em 1em 0.4em 46px;
        position: relative;
        color: #626262;
    }

    .sideMenu .subMenu li.cur a, .sideMenu .subMenu li:hover a {
        color: #004B99;
    }

    .sideMenu .subMenu a::after {
        content: '';
        position: absolute;
        width: 0;
        left: 27px;
        top: 50%;
        height: 1px;
        width: 5px;
        background: #108ed8;
    }

.tit_crumb {
    position: relative;
    padding-bottom: 0.57em;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 17px;
    height: 30px;
}

    .tit_crumb .tit {
        line-height: 23px;
        padding-left: 6px;
        border-left: 4px solid #005CAE;
        font-size: 16px;
        color: #151515;
    }

.crumb {
    position: absolute;
    right: 12px;
    top: 0;
    font-size: 12px;
    line-height: 23px;
    text-align: right;
    color: #626262;
    padding-left: 22px;
    background: url(../images/icon_home.png) no-repeat left center;
}

    .crumb a {
        color: #626262;
    }

        .crumb a:hover {
            color: #004B99;
        }

.img_text_p {
    padding-bottom: 25px;
    border-bottom: 1px solid #E5E5E5;
}

    .img_text_p .bnImg {
        margin-bottom: 25px;
    }

    .img_text_p .text {
        line-height: 1.8;
    }

        .img_text_p .text h3 {
            font-size: 16px;
            color: #323232;
            line-height: 1.5;
            margin-bottom: 0.5em;
            font-weight: bold;
        }

        .img_text_p .text p {
            color: #636363;
        }

.prdList {
    margin-top: 40px;
}

    .prdList ul {
        margin: 0 -17px;
    }

    .prdList li {
        float: left;
        width: 50%;
        margin-bottom: 33px;
    }

        .prdList li .item {
            margin: 0 17px;
            border: 1px solid #C9C9C9;
            padding: 15px 10px 10px 25px;
        }

        .prdList li a {
            display: block;
        }

        .prdList li .imgBox {
            float: left;
            width: 84px;
            position: relative;
            text-align: center;
        }

            .prdList li .imgBox::after {
                content: '';
                position: absolute;
                width: 1px;
                top: 0;
                bottom: 4px;
                background: #E5E5E5;
                right: -25px;
            }

            .prdList li .imgBox .more {
                display: inline-block;
                line-height: 1.667;
                color: #fff;
                padding: 0 1.2em;
                background: #535353;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
            }

        .prdList li a:hover .imgBox .more {
            background: #108ed8;
        }

        .prdList li .text {
            margin-left: 109px;
            padding-left: 38px;
        }

            .prdList li .text h3 {
                line-height: 1.3;
                color: #4b4b4b;
                font-size: 14px;
                margin-bottom: 0.5em;
                text-overflow: ellipsis;
                white-space: nowrap;
                word-break: keep-all;
                overflow: hidden;
            }

        .prdList li a:hover .text h3 {
            color: #108ed8;
        }

        .prdList li .text .sum {
            line-height: 1.8;
            color: #aeaeae;
        }

.prdD {
    overflow: hidden;
    padding-top: 6px;
    padding-left: 5px;
}

    .prdD .prdDTop {
        margin-bottom: 20px;
    }

        .prdD .prdDTop .imgBox {
            width: 43.4783%;
            float: left;
        }

    .prdD .bx-wrapper .bx-pager.bx-default-pager a {
        width: 9px;
        height: 9px;
        margin: 0 3px;
        background: #ddd;
        border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
    }

        .prdD .bx-wrapper .bx-pager.bx-default-pager a:hover, .prdD .bx-wrapper .bx-pager.bx-default-pager a.active {
            opacity: 1;
            background: #004B99;
        }

    .prdD .prdDTop .prdSum {
        width: 54.174%;
        float: right;
    }

        .prdD .prdDTop .prdSum .sum {
            margin-top: 0px;
            height: 100px;
            line-height: 2;
            background: #EEEEEE;
            color: #929292;
            padding: 1.5em 1em 2em;
        }

        .prdD .prdDTop .prdSum .parameter {
            padding: 1.5em 1em;
            line-height: 1.5;
            color: #4a4a4a;
            min-height: 183px;
        }

            .prdD .prdDTop .prdSum .parameter p {
                margin-bottom: 1em;
            }

    .prdD .prdDTop .share_advisory {
        border-top: 1px solid #E5E5E5;
        padding-top: 35px;
        text-align: right;
    }

    .prdD .prdDTop .prdSum .share {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        font-size: 14px;
        float: none;
        vertical-align: middle;
        margin-right: 7px;
        text-align: center;
    }

        .prdD .prdDTop .prdSum .share .btn_share {
            display: block;
            padding: 0 1em;
            background: #004B99;
            color: #fff;
            cursor: pointer;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            line-height: 2.57;
            min-width: 5.5em;
        }

        .prdD .prdDTop .prdSum .share .bds_more {
            display: block;
            white-space: nowrap;
            width: auto;
            line-height: 2.57;
            float: none;
            color: #fff;
        }

    .prdD .bdshare-button-style0-16 a, .prdD .bdshare-button-style0-16 .bds_more {
        font-size: 100%;
        margin: 0;
        height: auto;
        line-height: 2.57;
        background: none;
        padding: 0;
        color: #fff;
    }

    .prdD .prdDTop .advisory {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
    }

        .prdD .prdDTop .advisory .btn_advisory {
            display: block;
            line-height: 2.57;
            padding: 0 1em;
            font-size: 14px;
            background: #535353;
            color: #fff;
            border-radius: 3px;
            -webkit-border-radius: 3px;
        }

    .prdD .prdDTop .icon_sa {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin-right: 0.4em;
        vertical-align: middle;
        width: 1.57em;
        height: 1.57em;
        background: url(../images/icon14.png) no-repeat;
        background-size: 3.14em 1.57em;
    }

    .prdD .prdDTop .icon_sa1 {
        background-position: 0 0;
    }

    .prdD .prdDTop .icon_sa2 {
        background-position: -1.57em 0;
    }

.prdList {
    margin-top: 40px;
}

    .prdList ul {
        margin: 0 -17px;
    }

    .prdList li {
        float: left;
        width: 33%;
        margin-bottom: 33px;
    }

        .prdList li .item {
            margin: 0 17px;
            border: 1px solid #C9C9C9;
            padding: 10px 10px 10px 10px;
        }

        .prdList li a {
            display: block;
        }

        .prdList li .imgBox {
            float: left;
            width: 84px;
            position: relative;
            text-align: center;
        }

            .prdList li .imgBox::after {
                content: '';
                position: absolute;
                width: 1px;
                top: 0;
                bottom: 4px;
                background: #E5E5E5;
                right: -25px;
            }

            .prdList li .imgBox .more {
                display: inline-block;
                line-height: 1.667;
                color: #fff;
                padding: 0 1.2em;
                background: #535353;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
            }

        .prdList li a:hover .imgBox .more {
            background: #108ed8;
        }

        .prdList li .text {
            margin-left: 109px;
            padding-left: 38px;
        }

            .prdList li .text h3 {
                line-height: 1.3;
                color: #4b4b4b;
                font-size: 14px;
                margin-bottom: 0.5em;
                text-overflow: ellipsis;
                white-space: nowrap;
                word-break: keep-all;
                overflow: hidden;
            }

        .prdList li a:hover .text h3 {
            color: #108ed8;
        }

        .prdList li .text .sum {
            line-height: 1.8;
            color: #aeaeae;
        }

.prdD {
    overflow: hidden;
    padding-top: 6px;
    padding-left: 5px;
}

    .prdD .prdDTop {
        margin-bottom: 20px;
    }

        .prdD .prdDTop .imgBox {
            width: 43.4783%;
            float: left;
        }

.pgwSlideshow .ps-list {
    overflow: hidden;
    position: relative;
    margin: 13px 0 0;
    padding: 0 18px;
}

    .pgwSlideshow .ps-list .ps-prev {
        display: block !important;
        position: absolute;
        left: 0;
        top: 0px;
        height: 68px;
        width: 18px;
        box-sizing: border-box;
        background: #fff;
        z-index: 1000;
        cursor: pointer;
    }

        .pgwSlideshow .ps-list .ps-prev .ps-prevIcon {
            display: block;
            width: 10px;
            height: 20px;
            position: absolute;
            left: 50%;
            margin-left: -5px;
            top: 50%;
            margin-top: -10px;
            background: url(../images/slide2.png) no-repeat 0 0;
        }

    .pgwSlideshow .ps-list .ps-next {
        display: block !important;
        position: absolute;
        right: 0;
        top: 0px;
        height: 68px;
        width: 18px;
        box-sizing: border-box;
        background: #fff;
        z-index: 1000;
        cursor: pointer;
    }

        .pgwSlideshow .ps-list .ps-next .ps-nextIcon {
            display: block;
            width: 10px;
            height: 20px;
            position: absolute;
            left: 50%;
            margin-left: -5px;
            top: 50%;
            margin-top: -10px;
            background: url(../images/slide2.png) no-repeat -10px 0;
        }

    .pgwSlideshow .ps-list ul {
        position: relative;
        list-style: none;
        margin: 0 !important;
        padding: 0;
        left: 0;
    }

    .pgwSlideshow .ps-list li {
        float: left;
        cursor: pointer;
    }

        .pgwSlideshow .ps-list li .ps-item {
            display: block;
            border: 0;
            background: #fff;
            margin: 0 3px;
            border: 1px solid #DCDCDC;
        }

        .pgwSlideshow .ps-list li img {
            width: 66px;
            height: 66px;
        }

        .pgwSlideshow .ps-list li .ps-item.ps-selected {
            position: relative;
            border-color: #004B99;
        }

.pgwSlideshow .ps-current {
    position: relative;
    text-align: center;
    border: 1px solid #E5E5E5;
}

    .pgwSlideshow .ps-current::after {
        content: '';
        position: absolute;
        right: 13px;
        bottom: 15px;
        width: 26px;
        height: 26px;
        background: url(../images/icon13.png) no-repeat center;
    }

    .pgwSlideshow .ps-current li {
        width: 100%;
    }

    .pgwSlideshow .ps-current .ps-prev, .pgwSlideshow .ps-current .ps-next {
        display: block !important;
        position: absolute;
        z-index: 999;
        cursor: pointer;
        top: 50%;
        margin-top: -18px;
    }

    .pgwSlideshow .ps-current .ps-prev {
        left: 10px;
    }

    .pgwSlideshow .ps-current .ps-next {
        right: 10px;
    }

        .pgwSlideshow .ps-current .ps-prev .ps-prevIcon, .pgwSlideshow .ps-current .ps-next .ps-nextIcon {
            display: block;
            width: 36px;
            height: 36px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
        }

    .pgwSlideshow .ps-current .ps-prev .ps-prevIcon {
        background-image: url(../images/icon_pre.png);
    }

    .pgwSlideshow .ps-current .ps-next .ps-nextIcon {
        background-image: url(../images/icon_next.png);
    }

.class-zoom {
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
    display: none;
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    -khtml-opacity: .75;
    -moz-opacity: .75;
}

.class-zoom-img {
    border: 1px solid #DEDEDE;
}

.info_tab {
    background: #C0C0C0;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}

    .info_tab .info_tab_in {
        overflow: auto;
    }

    .info_tab ul {
        white-space: nowrap;
    }

    .info_tab li {
        float: left;
        text-align: center;
        color: #535353;
        line-height: 3.6;
        cursor: pointer;
        padding: 0 1.5em;
    }

        .info_tab li.cur, .info_tab li:hover {
            background: #004B99;
            color: #fff;
        }

.prdD .prdDTop .icon_sa {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 0.4em;
    vertical-align: middle;
    width: 1.57em;
    height: 1.57em;
    background: url(../images/icon14.png) no-repeat;
    background-size: 3.14em 1.57em;
}

.prdD .prdDTop .icon_sa1 {
    background-position: 0 0;
}

.prdD .prdDTop .icon_sa2 {
    background-position: -1.57em 0;
}

.imgTel {
    display: none;
}

.prd_remmend {
    clear: both;
}

.tabTit {
    background: #C0C0C0;
    border: 1px solid #e5e5e5;
    margin-bottom: 0.8em;
}

    .tabTit h3 {
        display: inline-block;
        font-size: 14px;
        text-align: center;
        background: #004B99;
        color: #fff;
        line-height: 3.6;
        cursor: pointer;
        padding: 0 1.5em;
    }

.paraCellBox {
}

.paraCell .cell {
}

    .paraCell .cell .cell_tit {
        padding-left: 43px;
        font-size: 14px;
        font-weight: bold;
        color: #5b5b5b;
        line-height: 2.5;
        position: relative;
        border-bottom: 1px solid #E5E5E5;
        cursor: pointer;
    }

        .paraCell .cell .cell_tit::after {
            content: '';
            position: absolute;
            width: 1em;
            height: 1em;
            left: 19px;
            top: 50%;
            margin-top: -0.5em;
            background: url(../images/icon15.png) no-repeat 0 0;
            background-size: 1em 2em;
        }

        .paraCell .cell .cell_tit.open::after {
            background-position: 0 -1em;
        }

    .paraCell .cell .cell_con {
        display: none;
        padding: 1em 0;
    }

.all_control {
    text-align: right;
    color: #004B99;
    padding-top: 8px;
}

    .all_control .inbe {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        cursor: pointer;
    }

.skill_tb {
}

    .skill_tb table {
        width: 100%;
        border: 0;
    }

    .skill_tb tr:nth-child(odd) {
        background: #EEEEEE;
    }

    .skill_tb td {
        padding: 0.5em 1em 0.5em 40px;
        line-height: 1.5;
    }

.prdList_rem {
    margin: 0 -9px;
    position: relative;
}

    .prdList_rem li {
        float: left;
        width: 25%;
    }

        .prdList_rem li a {
            display: block;
        }

        .prdList_rem li .item {
            margin: 0 9px;
        }

        .prdList_rem li .img {
            overflow: hidden;
            position: relative;
            border: 1px solid #d2d2d2;
        }

        .prdList_rem li img {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            width: 100%;
        }

        .prdList_rem li a:hover img {
            transform: scale(1.05);
            -moz-transform: scale(1.05);
            -webkit-transform: scale(1.05);
        }

        .prdList_rem li .text {
            text-align: center;
            padding: 0.2em 0;
        }

            .prdList_rem li .text h3 {
                font-size: 100%;
                color: #555657;
            }

        .prdList_rem li a:hover .text h3 {
            color: #087CBD;
        }

    .prdList_rem .slide_pre, .prdList_rem .slide_next {
        position: absolute;
        width: 38px;
        height: 70px;
        top: 50%;
        margin-top: -59px;
        background: url(../images/slide3.png) no-repeat;
        background-color: rgba(70,70,70,0.6);
        cursor: pointer;
    }

    .prdList_rem .slide_pre {
        left: 9px;
        background-position: 0 0;
    }

    .prdList_rem .slide_next {
        right: 9px;
        background-position: 0 -70px;
    }

.news-list {
    float: left;
    overflow: hidden;
    text-align: left;
}

    .news-list ul li {
        height: 180px;
        border-bottom: 1px #b8babb dotted;
        padding-bottom: 20px;
        padding-top: 20px;
    }

        .news-list ul li img {
            display: block;
            float: left;
            width: 220px;
            height: 140px;
            border:1px solid #eee;
        }

        .news-list ul li h4 {
            padding-left: 20px;
            display: block;
            float: left;
            width: 620px;
            font-weight: normal;
            overflow: hidden;
            word-break: break-all;
            padding-bottom: 15px;
            font-size: 18px;
            position: relative;
        }

            .news-list ul li h4 span {
                color: #626262;
                font-size: 14px;
                font-weight: normal;
                display: block;
                position: absolute;
                right: 0px;
                top: 0px;
            }

        .news-list ul li p {
            color: #626262;
            font-size: 13px;
            width: 620px;
            padding-left: 20px;
            display: block;
            line-height: 25px;
            float: left;
            height: 108px;
            overflow: hidden;
            position:relative
        }

            .news-list ul li p em {
                font-size: 14px;
                color: #9F4E50;
                display: block;
                position:absolute;
                right:0px;
                bottom:0px;
            }

                .news-list ul li p em a {
                    color: #d8170f;
                    padding-left: 20px;
                }

    .news-list h5 {
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: normal;
        border-bottom: 1px #dedede solid;
        border-top: 1px #dedede solid;
        height: 50px;
        line-height: 50px;
    }

        .news-list h5 a {
            padding-left: 0px;
        }

.text-c {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .text-c a {
        border: 1px #dedede solid;
        padding: 5px 15px;
        background: #fff;
    }

    .text-c span {
        padding: 5px 15px;
        background: #d42025;
        color: #fff;
    }

.newsD .newsD_h {
    border-bottom: 1px solid #E5E5E5;
    padding: 18px 0 30px;
    margin-bottom: 34px;
    text-align: center;
}

    .newsD .newsD_h .newsTitle {
        font-size: 18px;
        color: #1b1b1b;
        line-height: 1.5;
        margin-bottom: 0.8em;
    }

    .newsD .newsD_h .newsST {
        color: #8e8e8e;
    }

        .newsD .newsD_h .newsST span {
            margin: 0 10px;
        }

    .newsD .newsD_h .icon_news {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin-right: 2px;
        width: 1.5em;
        height: 1.5em;
        background: url(../images/icon18.png) no-repeat;
        background-size: 1.5em 4.5em;
        vertical-align: middle;
    }

    .newsD .newsD_h .icon_news1 {
        background-position: 0 0;
    }

    .newsD .newsD_h .icon_news2 {
        background-position: 0 -1.5em;
    }

    .newsD .newsD_h .icon_news3 {
        background-position: 0 -3em;
    }

.newsD .newsD_con {
    line-height: 1.8;
    padding-bottom: 55px;
    color: #636363;
}

.newsD .newsD_more {
    padding-top: 1em;
    padding-right: 125px;
    border-top: 1px solid #e4e4e4;
    position: relative;
}

    .newsD .newsD_more .prev_next {
    }

        .newsD .newsD_more .prev_next .item {
            margin-bottom: 0.5em;
            color: #000;
            line-height: 1.5;
        }

            .newsD .newsD_more .prev_next .item a {
                display: inline-block;
                color: #0c8cd7;
                position: relative;
                text-overflow: ellipsis;
                white-space: nowrap;
                word-break: keep-all;
                overflow: hidden;
                vertical-align: middle;
                max-width: 80%;
            }

                .newsD .newsD_more .prev_next .item a:hover {
                    color: #0A6CA7;
                    text-decoration: underline;
                }

    .newsD .newsD_more .close {
        position: absolute;
        top: 1.5em;
        right: 4px;
        display: inline-block;
        font-size: 24px;
        cursor: pointer;
        line-height: 24px;
        width: 114px;
        height: 37px;
        font-size: 12px;
    }

.btn_main {
    display: inline-block;
    cursor: pointer;
    *display: inline;
    *zoom: 1;
    line-height: 3.16;
    min-width: 9.5em;
    background: #0C8CD7;
    color: #fff;
    text-align: center;
}

    .btn_main:hover {
        background: #0A75B6;
    }

.close:before {
    content: "\00d7";
}

.top {
    width: 1180px;
    margin: auto;
    padding-bottom: 4px;
    color: black;
    font-size: 12px;
    text-align: right;
}

    .top a {
        color: black;
    }

.prdCon h1 {
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #C9C9C9;
    margin-left: 80px;
    margin-right: 80px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.nr1 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.nrm h1
{
    text-align:center;padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #eee;
}
.nrm .t1
{
    text-align:center;
    font-size:12px;
    color:gray;
}
.nrm .nrr
{
    padding:20px;
}
.nrm .ftt
{
    margin-top:10px;
    border-top:1px solid #eee;
    padding-top:10px;
    text-align:right;
}
.shenqing h1{
    text-align:center;
    font-size:18px;
    margin:20px;
}
.sub
{
    width:200px;
    height:40px;
    line-height:40px;
    padding:0px;
    border:0px;
    background:#F59400;
    color:white;
}
.nrr img
{
    max-width:860px;
}
.m1
{
    margin-left:20px;
    width:100%;
    display:flex;
    
}
.m1 .mt
{
    width:70px;
}
.m1 .mt1
{
    width:70px;
}
.m1 div
{
    height:30px;
    font-size:16px;

    color:black;
    font-weight:bold;
    
}
.m1 .line
{
    width:500px;
    border-bottom:1px solid #FD9217;
    
}
.ull 
{
    padding-left:90px;
    width:590px;
    margin-top:20px;
}
.ull li 
{
   background:url(/static/bgg.jpg);
   background-position:left 8px;
   background-repeat:no-repeat;
   padding-left:20px;
   margin-bottom:10px;
}
.ull1
{
    padding-left:140px;
    width:590px;
    margin-top:20px;
}
.ull1 li 
{
   background:url(/static/bgg.jpg);
   background-position:left 8px;
   background-repeat:no-repeat;
   padding-left:20px;
   margin-bottom:10px;
}
.dddd li:first-child
{
    background:url(/static/bgg1.jpg);
    background-position:left 8px;
   background-repeat:no-repeat;
}
